323fa8
@@ -460,6 +460,9 @@
public class ResourceHttpRequestHandler extends WebContentGenerator
 			try {
 				StreamUtils.copy(in, response.getOutputStream());
 			}
+			catch (NullPointerException ex) {
+				// ignore, see SPR-13620
+			}
 			finally {
 				try {
 					in.close();
